home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 37
/
Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso
/
-seriously_amiga-
/
misc
/
vim-5.3
/
vim-5.3_bin
/
contents
next >
Wrap
Text File
|
1999-01-04
|
2KB
|
47 lines
Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
for editing programs and other plain ASCII text. Full Vi
compatibility and includes all Ex commands. Extra features
above Vi: Multilevel undo, multiple windows, syntax
highlighting, command line history, improved command line
editing, command typeahead display, command to display yank
buffers, possibility to edit binary files, file name stack,
support for Manx QuickFix and other compiler's error messages,
shows current file name in window title, on-line help,
rectangular cut/paste, etc., etc., etc...
Version 5.3. Also runs under UNIX, MSDOS and other systems.
vim53rt.tgz contains the documentation and syntax files.
vim53bin.tgz contains the normal binaries.
vim53big.tgz contains a binary with more features.
vim53src.tgz contains the sources.
Author: Bram Moolenaar et al.
Ctags Exuberant Ctags. A better ctags with support for C, C++ and
Java. It can generate tags for all of the following tag types
(some are optional):
macro definitions
enumerators
function and method definitions
class, enum, struct, and union names
interface names (Java)
namespace names (C++)
typedefs
variables (definitions and extern declarations)
function (method) prototypes/declarations
data members
It is far less easily fooled by C code containing #if
preprocessor conditional constructs. It can also be used to
print out a list of selected objects found in source files.
It can also produce Emacs-style TAGS files.
Version 2.3.
Author: Darren Hiebert
Xxd Hex dumper and reader. Can be used to view files as hex, edit
them and write them back. Can also be used to patch files.
Version 1.8 (1997 May 22)
Author: Juergen Weigert